home *** CD-ROM | disk | FTP | other *** search
- delete now_type_tmp_arr;
- _root.unblack = undefined;
- _root.BOX_x.removeMovieClip();
- b1.onPress = function()
- {
- start_sound_.stop();
- _root.attachMovie("BOX_x","BOX_x",_root.getNextHighestDepth());
- re_back_func_();
- _root.pop_ = ["h","o","n","e","y"];
- if(testClassNum)
- {
- levelNum = testClassNum;
- }
- else
- {
- levelNum = 1;
- }
- gotoAndStop("mode");
- play();
- };
- b2.onPress = function()
- {
- start_sound_.stop();
- _root.attachMovie("BOX_x","BOX_x",_root.getNextHighestDepth());
- re_back_func_();
- _root.pop_ = ["h","o","n","e","y"];
- levelNum = 8;
- gotoAndStop("mode");
- play();
- };
- b3.onPress = function()
- {
- start_sound_.stop();
- _root.attachMovie("BOX_x","BOX_x",_root.getNextHighestDepth());
- re_back_func_();
- _root.pop_ = ["h","o","n","e","y"];
- levelNum = 15;
- gotoAndStop("mode");
- play();
- };
- if(level3CanShow)
- {
- M2._alpha = 0;
- M3._alpha = 0;
- }
- else if(level2CanShow)
- {
- b3._alpha = 50;
- b3.enabled = false;
- M2._alpha = 0;
- }
- else
- {
- b2._alpha = 50;
- b2.enabled = false;
- b3._alpha = 50;
- b3.enabled = false;
- }
- Key.removeListener(key_listener);
-